home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / Xm / XmClipboardWithdrawFormat.z / XmClipboardWithdrawFormat
Encoding:
Text File  |  2001-04-17  |  3.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmCCCClllliiiippppbbbbooooaaaarrrrddddWWWWiiiitttthhhhddddrrrraaaawwwwFFFFoooorrrrmmmmaaaatttt((((3333UUUUXXXXNNNN))))IIIIXXXX SSSSyyyysssstttteeeemmmmXXXXmmmmVVVVCCCClllliiiippppbbbbooooaaaarrrrddddWWWWiiiitttthhhhddddrrrraaaawwwwFFFFoooorrrrmmmmaaaatttt((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmCCCClllliiiippppbbbbooooaaaarrrrddddWWWWiiiitttthhhhddddrrrraaaawwwwFFFFoooorrrrmmmmaaaatttt - A clipboard function that
  10.           indicates that the application no longer wants to supply a
  11.           data item
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.           #include <Xm/CutPaste.h>
  15.           int XmClipboardWithdrawFormat (_d_i_s_p_l_a_y, _w_i_n_d_o_w, _d_a_t_a__i_d)
  16.                   Display * _d_i_s_p_l_a_y;
  17.                   Window  _w_i_n_d_o_w;
  18.                   long    _d_a_t_a__i_d;
  19.           (vvvvooooiiiidddd)
  20.  
  21.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  22.           This page documents Motif 2.1.
  23.  
  24.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  25.           XXXXmmmmCCCClllliiiippppbbbbooooaaaarrrrddddWWWWiiiitttthhhhddddrrrraaaawwwwFFFFoooorrrrmmmmaaaatttt indicates that the application no
  26.           longer supplies a data item to the clipboard that the
  27.           application had previously passed by name.
  28.  
  29.           _d_i_s_p_l_a_y   Specifies a pointer to the DDDDiiiissssppppllllaaaayyyy structure that
  30.                     was returned in a previous call to XXXXOOOOppppeeeennnnDDDDiiiissssppppllllaaaayyyy or
  31.                     XXXXttttDDDDiiiissssppppllllaaaayyyy.
  32.  
  33.           _w_i_n_d_o_w    Specifies the window ID of a widget that relates
  34.                     the application window to the clipboard.  The
  35.                     widget's window ID can be obtained through
  36.                     XXXXttttWWWWiiiinnnnddddoooowwww.  The same application instance should
  37.                     pass the same window ID to each clipboard function
  38.                     it calls.
  39.  
  40.           _d_a_t_a__i_d   Specifies an identifying number assigned to the
  41.                     data item, that uniquely identifies the data item
  42.                     and the format. This was assigned to the item when
  43.                     it was originally passed by XXXXmmmmCCCClllliiiippppbbbbooooaaaarrrrddddCCCCooooppppyyyy.
  44.  
  45.      RRRREEEETTTTUUUURRRRNNNN
  46.           _X_m_C_l_i_p_b_o_a_r_d_S_u_c_c_e_s_s
  47.                     The function was successful.
  48.  
  49.           _X_m_C_l_i_p_b_o_a_r_d_L_o_c_k_e_d
  50.                     The function failed because the clipboard was
  51.                     locked by another application. The application can
  52.                     continue to call the function again with the same
  53.                     parameters until the lock goes away. This gives
  54.                     the application the opportunity to ask if the user
  55.                     wants to keep trying or to give up on the
  56.                     operation.
  57.  
  58.      RRRREEEELLLLAAAATTTTEEEEDDDD
  59.           XXXXmmmmCCCClllliiiippppbbbbooooaaaarrrrddddCCCCooooppppyyyy(3) and XXXXmmmmCCCClllliiiippppbbbbooooaaaarrrrddddSSSSttttaaaarrrrttttCCCCooooppppyyyy(3).
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 4/6/01)
  64.  
  65.  
  66.  
  67.